home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / stistics.arc / CHI-SQ.DOC next >
Text File  |  1988-07-24  |  2KB  |  45 lines

  1.                             CHI SQUARE ANALYSIS
  2.  
  3. AIM:   This  is the standard chi squared analysis, designed to take  up  to 
  4. contingency tables up to 10 rows and 10 columns.  The program can be easily 
  5. customized to take larger tables, if necessary.
  6.  
  7. EXAMPLE:   An investigation was made into fatal poisonings of  children  by 
  8. three  drugs which were the leading causes of such deaths.  In each  death, 
  9. an inquiry was made as to how the child had received the fatal overdose and 
  10. responsibility for the accident was assessed, as follows:
  11.  
  12.            OBSERVATIONS          DRUG A         DRUG B         DRUG C         
  13.  
  14.            Child responsible       8              12             13          
  15.  
  16.            Parent responsible     17              10              9            
  17.  
  18.            Another person         14               9             10         
  19.            responsible
  20.  
  21. The  built-in  Chi-square table provides a critical value of  9.5  at  4DF.  
  22. Since  the  calculated  value  is only 4.33, there  is  not  a  significant 
  23. difference and we can conclude that the three drug fatality groups may well 
  24. be from the same population, i.e., that the apparent associations may  well 
  25. not be real.
  26.  
  27. Data can be entered from a WordStar non-document file.  Below is an example 
  28. of the format:
  29.  
  30. Chi-squared data from file.  <-- A title of up to 65 characters of any kind.
  31. 3    3                       <-- Indicates 3 columns X 3 rows
  32. 8   12    13                 <-- The data, just as it appears in the
  33. 17  10     9                     table above.
  34. 14   9    10
  35.  
  36. REFERENCE:  Goldstein,  A.   1964   Biostatistics:  An  Introductory  Text.  
  37.             Macmillan Company, New York.  Pages 112-113 and Table 9.
  38.  
  39. BASIC VERSION:     Dr. John Kalbfleisch     Aug 81
  40. PASCAL VERSION:    Dr. Stanley Kaplan       Aug 85
  41. UPDATES:                                    Oct 86 (Version 2.00)
  42.                                             Feb 87 (Version 2.10)
  43.                                             Feb 88 (MS-DOS, Version 2.2)
  44.  
  45.